home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8004 / 8004.xpi / skin / chromatabs.css < prev    next >
Cascading Style Sheet File  |  2010-01-30  |  1KB  |  42 lines

  1. @import url('chrome://global/skin/');
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. /*Color the bottom strip under the tabs to a color; this is modified by the javascript on tab select event*/
  5. .tabs-bottom {
  6. background-color: transparent !important;
  7. }
  8.  
  9. tab {
  10. -moz-appearance:none !important;
  11. }
  12.  
  13. .tabbrowser-tab:not([selected="true"]){
  14.     background-image:url('chrome://browser/skin/tabbrowser/tab-active-bkgnd.png') !important;
  15. }
  16.  
  17. /* for Tree Style Tab vertical border */
  18. .treestyletab-splitter { /*:not([selected="true"]) */
  19. background-color: transparent !important;
  20. }
  21.  
  22. .tabbrowser-tab {
  23.     /* TO DO: highlight the active tab */
  24.     /*background-image:url('chrome://chromatabs/skin/anim3.png') !important;
  25.     background-repeat: repeat-x;*/
  26. }
  27.  
  28. /* for a semi-transparent close button */
  29.  
  30. .tab-close-button:hover,
  31. .tabbrowser-tab[selected="true"] > .tab-close-button:hover {
  32. /*    list-style-image: url("chrome://chromatabs/skin/close_clear.png");
  33.     -moz-image-region: rect(0px, 14px, 0px, 14px) !important; 
  34.     opacity: 0.9; */
  35. }
  36.  
  37. .tab-close-button:hover:active,
  38. .tabbrowser-tab[selected="true"] > .tab-close-button:hover:active {
  39. /*    list-style-image: url("chrome://chromatabs/skin/close_clear_down.png");
  40.     -moz-image-region: rect(0px, 14px, 0px, 14px) !important; 
  41.     opacity: 0.9;*/
  42. }